home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  2004-10-12  |  672 b   |  36 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 257
  3.   Top = 141
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 78
  8.   ClientWidth = 255
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lStatus: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 241
  24.     Height = 37
  25.     AutoSize = False
  26.     WordWrap = True
  27.   end
  28.   object Bar: TProgressBar
  29.     Left = 8
  30.     Top = 52
  31.     Width = 241
  32.     Height = 17
  33.     TabOrder = 0
  34.   end
  35. end
  36.